Welcome![Sign In][Sign Up]
Location:
Search - PHP 4.3.1

Search list

[PHPPHP 4完全中文手册

Description: PHP 4完全中文手册 本手册是台湾彭武兴先生所著的 <> 一书的简体中文版。笔者只是对该书进行了繁简转换,并将原书中的台湾术语改为通俗的术 语,及纠正了由此带来的一些语意错误,仅供个人参考使用。未经彭武兴先生书面授权请勿用于商业目的。
Platform: | Size: 546999 | Author: 盖梅 | Hits:

[WEB Codephp_4.3.1

Description: PHP 4.3.1 源代码 PHP 4.3.1的源代码,仔细分析您将大有收获。(C++完整应用程序代码)-PHP 4.3.1 source code of PHP 4.3.1 source code, you will be carefully analyzed great harvest. (C complete application code)
Platform: | Size: 4476551 | Author: aaa | Hits:

[PHPphp敏捷开发框架CodeIgniter

Description: 译序 前言 第一章 对 CodeIgniter 的介绍 1.1 CodeIgniter 能为你做什么? 1.1.1 节省时间 1.1.2 使你的网站更健壮 1.1.2.1 确保你的链接自动更新 1.1.2.2 防止对数据库的攻击:对表单输入的数据进行校验和处理 1.1.3 增强你的代码 1.1.3.1 发送 Email 和附件很简单 1.1.3.2 压缩用户要下载的文件以加快下载速度 1.2 CodeIgniter 是什么?框架又是什么? 1.3 关于开发者 1.4 “开源”商业模式 1.5 CI 不能做什么 1.6 许可协议 1.7 总结 第二章 2 分钟:建立一个 CodeIgniter 网站 2.1 准备知识 2.2 安装 CodeIgniter 2.3 分析文件结构 2.4 配置文件 2.5 它能工作吗? 2.6 总结 第三章 分析网站结构 3.1 MVC—到底有什么用? 3.2 CI 的网站结构:控制器和视图 3.2.1 Welcome 控制器 3.2.2 让视图开始工作 3.2.3 默认控制器 3.3 CodeIgniter 语法规则 3.3.1 控制器 3.3.2 视图 3.4 CI 网站上的文件或类的类型 3.5 这些文件夹的含义? 3.6 设计一个较好的视图 3.7 设计一个较好的控制器 3.7.1 把参数传给一个函数 3.7.2 传递数据到视图 3.8 CI 中的类彼此之间如何操控 3.8.1 调用视图 3.8.2 直接地调用函数 3.8.3 与控制器互动 3.8.4 这就像一个鸡蛋杯 3.8.5 一个 CI 辅助函数的例子:URL 辅助函数 3.8.6 一个简单的类库例子:创建一个菜单 3.9 总结 第四章 使用 CI 简化数据库开发 4.1 配置设置 4.2 为我们的网站设计数据库 4.3 Active Record 4.3.1 使用 Active Record 类的优点 4.3.1.1 节省时间 4.3.1.2 自动机制 4.3.2 “读取”查询 4.3.3 显示查询结果 4.3.4 “创建”和“更新”查询 4.3.5 “删除”查询 4.3.6 Active Record 和传统 SQL 编程的结合 4.4 总结 4.5 附录:使用 MYSQL 查询语句创建“websites”数据库 第五章 简化 HTML 页面和表单的设计 5.1 编写视图 5.2 PHP 语法的长格式和短格式 5.3 嵌套视图 5.4 网站架构的现实问题 5.5 CI 的表单辅助函数:输入数据 5.5.1 使用表单辅助函数的好处之一:清楚 5.5.2 使用表单辅助函数的好处之二:自动化 5.6 我的“Display”模型 5.7 CI 的验证类:方便地检验数据 5.7.1 设置验证规则 5.7.2 设置控制器 5.7.3 设置表单 5.8 总结 第六章 简化使用 Session 和安全 6.1 开始用 CI 设计一个实际的网站 6.2 关于网站 6.3 安全/Session:使用另一个 CI 类库 6.3.1 使 Session 更安全 6.4 安全 6.5 总结 第七章 CodeIgniter 和对象 7.1 面向对象编程 7.1.1 CI“超级对象”的工作原理 7.1.2 引用复制 7.2 在 CI“超级对象”中加入你自己的代码 7.3 CI“超级对象”的问题 7.4 总结 第八章 用 CI 测试你的代码 8.1 为什么测试,为谁测试? 8.2 CI 的错误处理类 8.3 CI 的单元测试类 8.3.1 什么时候使用单元测试 8.3.2 单元测试的示例 8.4 CI 的基准测试类 8.5 CI 的评测器类 8.6 用“模拟”数据库来做测试 8.7 控制和时间安排 8.8 总结 第九章 用 CI 通信 9.1 使用 FTP 类测试远程文件 9.2 机器之间的对话—XML-RPC 9.2.1 使 XML-RPC 的服务器与客户端交互 9.2.2 格式化 XML-RPC 数据交换 9.2.3 调试 9.2.4 XML-RPC 带来的问题? 9.3 与人交流的工具:Email 类 9.4 总结 第十章 CI 如何帮助提供动态的数据 10.1 日期辅助函数:转换和本地化日期 10.2 使用文本和 Inflector 辅助函数 10.3 国际化:语言类 10.4 编写 HTML 表格的好方法:表格类 10.5 缓存网页 10.6 总结 第十一章 使用 CI 处理文件和图片 11.1 文件辅助函数 11.2 下载辅助函数 11.3 文件上传类 11.4 CI 的图像类 11.5 用 CI Zip 类压缩文件很容易 11.6 总结 第十二章 产品版本、升级和重大决定 12.1 连接:检查 Config 文件 12.1.1 URL 12.1.2 数据库 12.1.3 其它 config 文件 12.2 找出 PHP 4/5 和操作系统间的差异 12.2.1 诊断工具 12.3 应对 CI 新版本带来的变化 12.3.1 如何装载模型,以及如何调用它们 12.3.2 如何初始化你自己的类库 12.4 如果有了新版 CI,我需要更新吗? 12.5 如何修改 CI 的基础类 12.6 总结 第十三章 快捷的 CRUD 及其配合使用 13.1 CRUD 模型:设计原理 13.2 标准的控制器格式 13.3 数据库表 13.4 模型的心脏:数组 13.5 CRUD 模型 13.5.1 Showall 函数 13.5.1.1 读取数据 13.5.1.2 Delete 和 Trydelete 函数 13.5.2 Insert 函数 13.5.3 Insert2 函数 13.5.4 测试套件 13.6 总结 第十四章 审视 CI 14.1 一些代码:“do_test”模型 14.2 一个平衡表 14.2.1 CI 能提供帮助的地方:结构 14.2.2 CI 能提供帮助的地方:简化 14.2.3 CI 能提供帮助的地方:额外功能 14.3 CI 的问题 14.3.1 完整性 14.3.2 易用性 14.4 总结 第十五章 资源和扩展 15.1 CI 的用户论坛 15.2 视频教程 15.2.1 可用的插件和类库 15.2.2 AJAX/Javascript 15.2.3 身份验证 15.2.4 外部网站 15.2.5 比较:使用哪个图表类库? 15.2.6 CRUD:新领域 15.2.7 其它编程资源,例如 Xampplite、MySQL 和 PHP 15.3 总结
Platform: | Size: 1176859 | Author: 280453778@qq.com | Hits:

[Internet-NetworkPHP 4.3.1

Description: PHP 4.3.1 源代码-PHP 4.3.1 source code
Platform: | Size: 4501504 | Author: 站长 | Hits:

[WEB Codephp_4.3.1

Description: PHP 4.3.1 源代码 PHP 4.3.1的源代码,仔细分析您将大有收获。(C++完整应用程序代码)-PHP 4.3.1 source code of PHP 4.3.1 source code, you will be carefully analyzed great harvest. (C complete application code)
Platform: | Size: 4475904 | Author: aaa | Hits:

[WEB Codephptest

Description: 探测信息最多的PHP探针,除一般的信息外,还提供了探测CUP信息,磁盘信息,网络速度测试等将压缩包解压至你的站点目录下. 编辑配置文件 config.php. define( SITE_NAME , 360免费图片上传系统 ) define( SITE_ADV , 支持png gif jpg swf rar等文件上传 ) define( SITE_DIR , http://upload.360mf.cn/ ) // with / at the end. define( UPLOAD_DIR , up/ ) // with / at the end. ! Make it can be read and write! define( MAX_SIZE , 1024000 ) // bytes --注意: 需要PHP 4.3.0 或以上版本支持 -PHP to detect the largest number of probe information, in addition to general information, also provided to detect CUP information, disk information, network speed tests, will extract the compressed packet to your site directory. Edit Profile config.php.define (SITE_NAME , 360 free picture upload system) define (SITE_ADV, support png gif jpg swf rar file uploads, etc.) define (SITE_DIR, http://upload.360mf.cn/)// with/at the end.define (UPLOAD_DIR, up /)// with/at the end.! Make it can be read and write! define (MAX_SIZE, 1024000)// bytes Note: You need PHP 4.3.0 or later to support the
Platform: | Size: 19456 | Author: zxx | Hits:

[WEB Codephp_windows

Description: PHP配置全攻略之Windows篇 php安装捷径,我花了好多功夫搞齐的,里面包含xp下php架设是所有安装文件和安装设置方法.包含的文件有:apache_2.0.48-win32-x86-no_ssl.exe,mysql-4.0.17-win.zip,php-4.3.4-Win32.zip,phpMyAdmin-2.5.6.zip,ZendOptimizer-3.2.6-Windows-i386.rar,网站架设:让IIS支持PHP的配置方法.doc,PHP配置全攻略之Windows篇.doc.-PHP configuration of the entire Raiders Part php install Windows shortcut, I have spent a lot of effort to engage Aceh, which contains xp is set up under the php installation files and install all the settings approach. Contains documents: apache_2.0.48-win32-x86-no_ssl. exe, mysql-4.0.17-win.zip, php-4.3.4-Win32.zip, phpMyAdmin-2.5.6.zip, ZendOptimizer-3.2.6-Windows-i386.rar, site set up: Let IIS support for PHP
Platform: | Size: 49525760 | Author: king | Hits:

[Linux-Unixlinux-gpib-3.1.101.tar

Description: The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible with National Instrument s GPIB library. The Linux GPIB Package is licensed under the GNU General Public License . Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported. -The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible with National Instrument s GPIB library. The Linux GPIB Package is licensed under the GNU General Public License. Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported.
Platform: | Size: 755712 | Author: shi | Hits:

[Search EngineBseeknove

Description: Seeknove 1.0.3说明 作者:PXL(WWW.PXL.NAME) Mail:pxl@compxler.com http://www.seeknove.com 产品简介: Seeknove 1.0.3是一个用PHP开发的开源搜索引擎整合系统,可根据关键字获取多个搜索引擎的搜索结果。Seeknove有两种搜索模式:分类模式、引擎模式。分类模式是按照功能分类索引的搜索模式,目前的分类有:网页、图片、新闻、音乐、视频、博客、论坛、地图、词典、资源。引擎模式是按照搜索引擎索引的搜索模式,整合的搜索引擎有:Google、百度、Yahoo、搜狗、有道、中搜、Live、搜搜、爱问、奇虎。 Seeknove 1.0.3开发时的运行环境为Windows 2000 Server + AppServ 2.3.0(Apache 1.3.29, PHP 4.3.4) Seeknove 1.0.3在GPL下发布使用,受到GPL相关条款的约束。 -http://www.seeknove.com
Platform: | Size: 95232 | Author: 孙学锋 | Hits:

[Internet-Networkphp-login-script-v1.0

Description: PHP编写的用户登录 注册程序 通过MYSQL数据验证 密码修改等功能-Requirements - MySQL 3.x or later - PHP 4+ with GD Library - Apache Server - Linux How to Install 1. First create a mysql database (say phplogin) for a particular user name (say guest) and password ( say guest). Then give all previleges of database to the user. 2. Copy the following SQL to create a table and structure CREATE TABLE `users` ( `id` int(20) NOT NULL auto_increment, `full_name` varchar(200) collate latin1_general_ci NOT NULL default , `user_name` varchar(200) collate latin1_general_ci NOT NULL default , `user_pwd` varchar(200) collate latin1_general_ci NOT NULL default , `user_email` varchar(200) collate latin1_general_ci NOT NULL default , `activation_code` int(10) NOT NULL default 0 , `joined` date NOT NULL default 0000-00-00 , `country` varchar(100) collate latin1_general_ci NOT NULL default , `user_activated` int(1) NOT NULL default 0 , PRIMARY KEY (`id`) ) 3. Open dbc.php to edit mysql database name, user name and password.
Platform: | Size: 18432 | Author: issuoow | Hits:

[GDI-Bitmapphp-Unicode-0.1.3

Description: php-Unicode 轉換 this A number of minor inconveniences-2008-08-26- v0.1.2 * This release resolves an issue with Unicode_String::ToLower(). A number of minor inconveniences (such as errors in the documentation) were also fixed. All unquoted barewords were also removed, to avoid E_STRICT errors. This version requires PHP 5. 2006-04-26- v0.1.1 * This release updates the block database and introduces phpdoc documentation. 2006-04-07- v0.1.0 * There was a bug with XML/HTML encoding, this is fixed now. 2006-02-06- v0.0.3 * This release is compatible with PHP 4.x. 2005-12-14- v0.0.2 * This release adds more string-like functions to Unicode_String (eg explode(), strpos(), trim(), reverse(), cmp()). Unicode_Character can now includes a method to list the homoglyphs for a specific character. 2005-11-01- v0.0.1 * Initial release. -- $Id: ChangeLog,v 1.6 2008/08/26 10:04:21 gavin Exp $
Platform: | Size: 148480 | Author: mm | Hits:

[Internet-Networkphpgraphlib_v2.21

Description: PHPGraphLib is a PHP 4.3+ friendly object-oriented class that has powerful customization features, allowing you to generate the perfect bar, line, or pie graph for any application. Best used with dynamic data, PHPGraphLib allows easy visual interpretation of sophisticated data sets.
Platform: | Size: 14336 | Author: Alexis | Hits:

[Internet-Networkphp-4.3.10-Win32

Description: 不用我多说大家都知道把! 需要MYSQL数据库 !-good good good good good good good good good good good good
Platform: | Size: 7582720 | Author: 曙光 | Hits:

[WEB Codeioncube_loaders_lin_x86

Description: ionCube PHP Encode,由ionCube开发,用于对PHP或非PHP文件进行加密工作;不仅支持期限,注册码等加密方式,还支持对IP,MAC地址等复杂的加密方式。另外,对于ionCube来说不仅可以加密带有 PHP标记或源码的php文件还可以对非php文件的以text方式保存的文件进行加密操作,如xml,js,css等。-The ionCube PHP Encoder makes it easy to protect your PHP 4 & 5 source code, including sources using the PHP 5.3 language, from easy observation, theft and change. Plus, with PHP licensing features built into the Pro and Cerberus editions, licensing PHP scripts to control where your code runs is easy too, and you can even give your files a time expiry! Optional encryption of non-PHP code is also supported if required.
Platform: | Size: 2667520 | Author: 沈觅仁 | Hits:

[WEB MailPHP-Mail_System

Description: PHP开发的邮件收发系统,功能: 1、邮件收取 2、发送 3、查看 4、删除与批量删除-PHP development of the mail system, function: 1, 2 e-mail to receive, send 3, View 4, delete and bulk delete
Platform: | Size: 995328 | Author: 聂传叶 | Hits:

[Other Web Code51javacms_v1.0.3

Description: 51javacms是一款纯ajax的mvc架构cms;摒弃了传统的ssh的java企业级架构的庞大和臃肿;代码简洁,功能简单实用,安装一键式;站内搜索是使用lucene3.3的技术;真正的开源;真正的免费;非常适合互联网中小型网站的应用。 51JAVACMS是一款基于JAVA平台研发的内容管理系统,依托JAVA的高效、安全、稳定等优势,并且汲取了php的简洁和方便,开创国内JAVA版开源CMS之先河。 数据库使用MYSQL,全部源代码开放。无论您的使用目的为何,均请先仔细阅读许可协议,如果您安装、使用、修改或分发本软件,则表示您已经完全接受许可协议的所有条款。-51javacms is a pure Ajax MVC architecture CMS instead of traditional SSH Java enterprise architecture for large and cumbersome concise code, simple and practical function, installation of a key type search is the use of lucene3.3 technology true open source truly free very suitable for small web application in internet.51JAVACMS is a JAVA platform based on research and development of content management system based on JAVA, efficient, safety, stability and other advantages, and learn the PHP concise and convenient, create a domestic version of JAVA open source CMS precedent.The database using MYSQL, all open source code. Whether you are using purpose, please carefully read the license agreement, if you install, use, modify or distribute the software, you have to accept the license agreement for all terms.
Platform: | Size: 3451904 | Author: canwell | Hits:

[WEB CodeMYDOWNV4(20110616)_F

Description: 木翼下载系统 PHP版本: PHP 4.3.0+ 或 PHP5.2.17 MYSQL版本: 4.1+ MYSQL5.0.51b Zend Optimizer v3.3 GD库支持 -Wing Download SystemThe version of the PHP: PHP 4.3.0+ or PHP5.2.17MYSQL version: 4.1+ MYSQL5.0.51bZend Optimizer v3.3GD library support
Platform: | Size: 4494336 | Author: | Hits:

[JSPuploadify-v3.1

Description: 最新版本uploadify插件,基于jquery的插件,jsp,php都可以使用-Latest version uploadify plugin jquery plug-ins, jsp, php can be used
Platform: | Size: 47104 | Author: dabao | Hits:

[Editorxheditor-1.1.14

Description: xhEditor是一个基于jQuery开发的简单迷你并且高效的在线可视化HTML编辑器,基于网络访问并且兼容IE 6.0+,Firefox 3.0+,Opera 9.6+,Chrome 1.0+,Safari 3.22+。 xhEditor完全基于Javascript开发,您可以应用在任何的服务端语言环境下,例如:PHP、ASP、ASP.NET、JAVA等。 xhEditor可以在您的CMS、博客、论坛、商城等互联网平台上完美的嵌入运行,能够非常灵活简单的和您的系统实现完美的无缝衔接-xhEditor is developed based on jQuery mini simple and efficient online visual HTML editor, web-based access and is compatible with the IE 6.0+ Firefox, 3.0+ Opera 9.6+ the Chrome 1.0+, Safari, 3.22+. xhEditor fully developed based on Javascript, you can apply any server-side language environment, such as: PHP, ASP, ASP.NET, JAVA and other. xhEditor perfect in your CMS, blogs, forums, shopping centers and other Internet platforms embedded run, very flexible and simple and your system to achieve a perfect seamless
Platform: | Size: 773120 | Author: cenyinting | Hits:

[Internet-Network幸运大转盘hx 2.4.3

Description: 适用于weqing框架,开源版,2.4.3版本(Applicable to the micro engine framework)
Platform: | Size: 2286592 | Author: rocketeer | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net